From 155cfe3e9e87971d392feff7fa3f366c5d0e53f5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 22 Sep 2005 14:46:23 +0000 Subject: [PATCH] Fix the documentation for the grab-broken-event signal, noticed by Damon 2005-09-22 Matthias Clasen * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation for the grab-broken-event signal, noticed by Damon Chaplin. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ gtk/gtkwidget.c | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8d6a85f791..02a457a40f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-22 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation + for the grab-broken-event signal, noticed by Damon Chaplin. + 2005-09-21 Tor Lillqvist * gdk/win32/gdkselection-win32.c (gdk_selection_convert, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8d6a85f791..02a457a40f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-09-22 Matthias Clasen + + * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation + for the grab-broken-event signal, noticed by Damon Chaplin. + 2005-09-21 Tor Lillqvist * gdk/win32/gdkselection-win32.c (gdk_selection_convert, diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 0376685851..09b4c91a26 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -1328,7 +1328,7 @@ gtk_widget_class_init (GtkWidgetClass *klass) G_TYPE_BOOLEAN, 1, GDK_TYPE_EVENT | G_SIGNAL_TYPE_STATIC_SCOPE); /** - * GtkWidget::grab-broken: + * GtkWidget::grab-broken-event: * @widget: the object which received the signal * @event: the #GdkEventGrabBroken event * -- 2.30.2